home *** CD-ROM | disk | FTP | other *** search
/ 3D-Mania Games / 3d-Mania Games.iso / 3dmania / zentris / install.bat next >
DOS Batch File  |  1994-11-03  |  696b  |  21 lines

  1. @ECHO OFF
  2. CLS
  3. MD C:\PBG
  4. MD C:\PBG\ZENTRIS
  5. COPY \3DMANIA\ZENTRIS\*.* C:\PBG\ZENTRIS
  6. ECHO.
  7. ECHO.
  8. ECHO Files have been installed to your hard disk drive...
  9. ECHO.
  10. ECHO You may need to run the Setup Program or read the authors file
  11. ECHO for more specific details regarding the operation and solutions
  12. ECHO to problems or conflicts. All of the programs found on this CD
  13. ECHO ran without ANY problem or difficulty on 4 different test
  14. ECHO systems (386 SX thorugh Pentium). *NOTE: With some programs we
  15. ECHO had to reconfigure the system memory (in the Autoexec.bat and
  16. ECHO Config.sys files... Consult with your technician or DOS manual)
  17. ECHO for more information.
  18. ECHO.
  19. PAUSE
  20. :END
  21.